GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
/ OCRBlockType Enumeration
In This Topic
Specifies the type of the block within the OCR result.
Syntax
'Declaration
<ComVisibleAttribute(True)>
Public Enum OCRBlockType
Inherits System.Enum
[ComVisible(true)]
public enum OCRBlockType : System.Enum
public enum OCRBlockType = class(System.Enum)
ComVisibleAttribute()
public enum OCRBlockType extends System.Enum
[ComVisible(true)]
__value public enum OCRBlockType : public System.Enum
[ComVisible(true)]
public enum class OCRBlockType : public System.Enum
Members
Member | Value | Description |
CaptionText | 8 |
Text that belongs to an image
|
Equation | 4 |
Partition belonging to an equation region.
|
FlowingImage | 9 |
Image that lives inside a column.
|
FlowingText | 1 |
Text that lives inside a column.
|
HeadingImage | 10 |
Image that spans more than one column.
|
HeadingText | 2 |
Text that spans more than one column.
|
HorizontalLine | 12 |
Horizontal Line.
|
InlineEquation | 5 |
Partition has inline equation.
|
Noise | 14 |
Lies outside of any column.
|
PulloutImage | 11 |
Image that is in a cross-column pull-out region.
|
PulloutText | 3 |
Text that is in a cross-column pull-out region.
|
Table | 6 |
Partition belonging to a table region.
|
Unknown | 0 |
Unknown.
|
VerticalLine | 13 |
Vertical Line.
|
VerticalText | 7 |
Text-line runs vertically.
|
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
GdPicture14.OCRBlockType
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace